Book Contents

Example: Nested If-Then-Else logic 1

This expression:

If statement1 Then value1

Else If statement2 Then value2

Else value3

Has this interpretation:

See also

About expressions

Nested If-Then-Else logic

Example: Nested If-Then-Else logic 2